PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics Package / PDFCanvas Class / drawBarcode Method
to draw.
The x-coordinate of the upper-left corner of the drawn barcode.
The y-coordinate of the upper-left corner of the drawn barcode.
In This Topic
    drawBarcode Method
    In This Topic
    Draws a barcode at the specified position.
    Syntax
    public void drawBarcode( 
       PDFBarcode barcode,
       double x,
       double y
    )

    Parameters

    barcode
    to draw.
    x
    The x-coordinate of the upper-left corner of the drawn barcode.
    y
    The y-coordinate of the upper-left corner of the drawn barcode.
    See Also